Spaghetti Code King

From Scott Hannen: For example, suppose one class depends on ISomething, but the implementation of ISomething is a class that has three more dependencies. And some of those dependencies have dependencies, and so on. The result is that each individual class is simpler in isolation (exactly what we want) but creating an instance of a class is now … Continue reading Spaghetti Code King